/* Showcase services
-------------------------------------------------- */
#showcase {
    margin-top: 120px;
}

    #showcase .container {
        /*width: 980px;*/
    }

    #showcase .image img {
        box-shadow: 3px 3px 5px 0px #B7B6B7;
    }

    #showcase .info {
        margin-top: 30px;
    }

        #showcase .info h4 {
            font-size: 17px;
        }

        #showcase .info p {
            color: #333333;
            line-height: 21px;
            font-size: 13px;
        }

    #showcase .features_op1_row .last {
        margin-right: 0;
    }

    #showcase .features_op1_row .feature .text {
        margin: 32px auto 0;
        width: 87%;
    }

        #showcase .features_op1_row .feature .text h6 {
            margin: 0 0 14px 0;
            font-size: 20px;
        }

        #showcase .features_op1_row .feature .text p {
            margin: 0;
            font-size: 14px;
            line-height: 23px;
        }

    #showcase .features_op1_row .feature .img_box {
        position: relative;
        border-radius: 5px;
    }

        #showcase .features_op1_row .feature .img_box img {
            border-radius: 5px;
            max-width: 98%;
            margin: 0 auto;
            display: block;
        }

        #showcase .features_op1_row .feature .img_box span.circle {
            background: rgba(17, 137, 217, 0.8);
            width: 48px;
            height: 48px;
            display: none;
            text-align: center;
            position: absolute;
            top: 36%;
            left: 42%;
            border-radius: 100%;
        }

            #showcase .features_op1_row .feature .img_box span.circle span.plus {
                display: inline-block;
                font-weight: bold;
                color: white;
                font-size: 32px;
                margin-top: 13px;
            }

    #showcase .included_services {
        margin-top: 20px;
    }

    #showcase .included_services p {
        font-weight:bold;
    }

    #showcase .small_map {
        margin-top: 20px;
    }

/* Features
-------------------------------------------------- */
#features {
    margin-top: 70px;
    margin-bottom: -20px;
}

    #features .feature {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 65px;
    }

        #features .feature .info h3 {
            font-size: 21px;
            margin-top: 45px;
        }

            #features .feature .info h3 img {
                margin-right: 18px;
                position: relative;
                top: -10px;
            }

        #features .feature .info p {
            margin-top: 15px;
        }

#feature_slider {
    display: none;
}

#showcase .section_header {
    text-align: center;
}

/* Responsive
-------------------------------------------------- */
@media (max-width: 991px) {
    #showcase .features_op1_row .feature .img_box span.circle {
        top: 35%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #in_pricing .plan a.order {
        width: 64%;
    }

    .slide .info h2, .slide .info h2 * {
        font-size: 30px !important;
    }

    .slide#responsive .info {
        position: absolute;
        top: 170px;
        right: 6%;
        width: 25%;
    }

    .slide#tour .info {
        font-size: 15px;
    }

        .slide#tour .info a {
            font-size: 15px;
        }
}

@media (min-width: 768px) {
    #features .feature .pic-right {
        float: right;
    }

    #features .feature .info-left {
        float: left;
    }
}

@media (max-width: 767px) {
    #partner-slider,
    #feature_slider {
        display: none;
    }

    #features .section_header {
        text-align: center;
    }

    #features .feature img {
        margin: 0 auto !important;
        float: none !important;
    }

    #features .feature .info h3 {
        text-align: center;
    }

    #showcase {
        margin-top: 120px;
    }

        #showcase .section_header {
            text-align: center;
        }

        #showcase .features_op1_row .feature {
            margin-bottom: 60px;
        }

            #showcase .features_op1_row .feature .img_box {
                text-align: center;
            }

                #showcase .features_op1_row .feature .img_box span.circle {
                    top: 38%;
                    left: 45%;
                }

            #showcase .features_op1_row .feature .text h6 {
                text-align: center;
            }

            #showcase .features_op1_row .feature:hover .img_box {
                box-shadow: none;
            }

        #showcase .features_op1_row .last {
            margin-bottom: 0;
        }
}

@media (max-width: 480px) {
    #showcase .features_op1_row .feature {
        margin-bottom: 60px;
    }

        #showcase .features_op1_row .feature .img_box {
            text-align: center;
        }

            #showcase .features_op1_row .feature .img_box span.circle {
                left: 44%;
            }

        #showcase .features_op1_row .feature .text h6 {
            text-align: left;
        }

        #showcase .features_op1_row .feature:hover .img_box {
            box-shadow: none;
        }

    #showcase .features_op1_row .last {
        margin-bottom: 0;
    }
}
